net/http.http2serverConn.hs (field)
14 uses
net/http (current package)
h2_bundle.go#L4384: hs: http1srv,
h2_bundle.go#L4420: if sc.hs.WriteTimeout > 0 {
h2_bundle.go#L4537: hs *Server
h2_bundle.go#L4603: n := sc.hs.MaxHeaderBytes
h2_bundle.go#L4686: if sc.hs.ConnState != nil {
h2_bundle.go#L4687: sc.hs.ConnState(sc.conn, state)
h2_bundle.go#L4698: if lg := sc.hs.ErrorLog; lg != nil {
h2_bundle.go#L4882: sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
h2_bundle.go#L5691: if http2h1ServerKeepAlivesDisabled(sc.hs) {
h2_bundle.go#L6072: if sc.hs.ReadTimeout > 0 {
h2_bundle.go#L6074: st.readDeadline = sc.srv.afterFunc(sc.hs.ReadTimeout, st.onReadTimeout)
h2_bundle.go#L6093: if sc.hs.ReadTimeout > 0 {
h2_bundle.go#L6171: if sc.hs.WriteTimeout > 0 {
h2_bundle.go#L6172: st.writeDeadline = sc.srv.afterFunc(sc.hs.WriteTimeout, st.onWriteTimeout)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)